home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connection Student Program / ADC Tools Sampler CD Disk 3 1999.iso / Apple Development Tools / ToolServer 3.4.1.sit / ToolServer 3.4.1 / MWShutdown next >
Text File  |  1993-07-20  |  835b  |  30 lines

  1. #    MWShutdown
  2. #    July 20, 1993
  3. #    ©Copyright 1993 by metrowerks inc. All rights reserved.
  4.  
  5. #    This script is invoked by the Metrowerks development environment when it
  6. #    breaks the ToolServer connection. It should reside in the same folder as
  7. #    ToolServer.
  8.  
  9. #############################################################################
  10.  
  11. #    The commands in this section MUST NOT BE ALTERED, or the link between the
  12. #    Metrowerks Environment and ToolServer will not function correctly.
  13.  
  14. Unset MWNBPObj
  15. Unset MWNBPType
  16. Unset MWNBPZone
  17. Unset MWPPCPortName
  18. Unset MWPPCClientName
  19. Unset MWIsRemote
  20. Unset MWExists
  21.  
  22. alias File Target
  23.  
  24. For __Startup__i in `(Files "{ShellDirectory}"MWShutdown•≈ || Set Status 0) ≥ dev:null`
  25.     Execute "{__Startup__i}"
  26. End
  27. Unset __Startup__i
  28.  
  29. #############################################################################
  30.